home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 September (Special) / Chip-Special_2004-09_Digitalni-Hudba.bin / servis / invest / dskinv.exe / {app} / di.exe / 0 / RCDATA / TNOTESDIALOG / TNOTESDIALOG.txt
Text File  |  2003-05-02  |  785b  |  40 lines

  1. object notesdialog: Tnotesdialog
  2.   Left = 445
  3.   Top = 183
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Clean System Notes:'
  7.   ClientHeight = 418
  8.   ClientWidth = 410
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -13
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   OnActivate = FormActivate
  17.   OnCreate = FormCreate
  18.   PixelsPerInch = 120
  19.   TextHeight = 16
  20.   object okbutton: TButton
  21.     Left = 320
  22.     Top = 376
  23.     Width = 75
  24.     Height = 33
  25.     Caption = '&Ok'
  26.     TabOrder = 0
  27.     OnClick = okbuttonClick
  28.   end
  29.   object memo: TRichEdit
  30.     Left = 16
  31.     Top = 16
  32.     Width = 377
  33.     Height = 353
  34.     Lines.Strings = (
  35.       'memo')
  36.     ScrollBars = ssBoth
  37.     TabOrder = 1
  38.   end
  39. end
  40.